@CHARSET "UTF-8";

.primary {
	float:left;
	width:550px;
	font-family: sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #005EC3;
}
.primary A {
	text-decoration: none;
	color: #005EC3;	
}		
ul.primary  {
	float: left;
	width: 400px;
  	white-space: nowrap;
  	border-collapse: collapse;
  	height: auto;
  	list-style: none; /*Eliminamos el estilo de lista*/
	padding: 0 0 0 1em; /*Evita la indentaciÃ³n que aparece en algunos navegadores*/
	margin: 0;
	display: inline; /*Nos permite integrar con los elementos li y evitar problemas -*/
	float: left;	  /*en algunos navegadores*/
 	border-bottom: 1px solid #cacaca;
	} 

ul.primary  li {
	margin-left: 10;
	margin-bottom: 0;
	padding: 2px 5px 0px;
	border-color: #cacaca;
	border-width: 1px;
	border-style: solid solid none solid;
	list-style: none;
	display: inline;
	background-color: #DDDDDD;
	}
.primary  li A:HOVER {
	text-decoration: none;
	color: #366924;
	background-color: #EEEEEE; 
}
	
ul.primary  li.active {
	border-bottom: 1px solid white;
	list-style: none;
	display: inline;
	background-color: white;
}
